projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3148001
)
(ispell-complete-word): Likewise.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Jun 1994 23:00:40 +0000
(23:00 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Jun 1994 23:00:40 +0000
(23:00 +0000)
lisp/textmodes/ispell4.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell4.el
b/lisp/textmodes/ispell4.el
index bef4b8c7890692919c4c320dd858523299c00403..5776d2d3a2812d659cad0f039ca39a4cf3f8f31e 100644
(file)
--- a/
lisp/textmodes/ispell4.el
+++ b/
lisp/textmodes/ispell4.el
@@
-896,7
+896,7
@@
See also `ispell-look-dictionary' and `ispell-gnu-look-still-broken-p'."
(message "Making completion list...")
(if (string-equal completion "") (delete-region bow (point)))
(let ((list (all-completions prefix ispell-lookup-completions-alist)))
- (with-output-to-temp-buffer "
*Completions*"
+ (with-output-to-temp-buffer "*Completions*"
(display-completion-list list)))
(message "Making completion list...done")))))